4.1 Introduction to Repetition Structures
4.2 The While Loop: Condition: A Condition Controlled Loop
4.3 The for Loop: A Count Controlled Loop
4.4 Calculating a Running Total
4.5 Sentitnels
4.6 Input Validation Loops
4.7 Nested Loops
5.1 Introduction to Functions
5.2 Defining and Calling a Void Functions
5.3 Designing a Program to Use Functions
5.4 Passing arguments to a functions
5.8 Writing your Own Value-Returning Functions
Review the following lab assignments: